home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Utilities / makeproto / makeproto.readme < prev    next >
Encoding:
Text File  |  1992-08-12  |  725 b   |  14 lines  |  [TEXT/MPS ]

  1. The "makeproto" program is an independent utility for scanning a large
  2. C program with old-style declarations and building function prototypes
  3. for all its functions. Makeproto is an MPW Tool for use on Apple Macintosh.
  4.  
  5. usage:  makeproto [options] [infile ...] [-o outfile]]
  6.            -tnnn   Tab to nnn after type name [default 15]
  7.            -annn   Tab to nnn before arguments [default 30]
  8.            -s0     Omit functions declared static
  9.            -s1     Omit functions not declared static
  10.            -x      Add "extern" keyword (-X => "Extern")
  11.            -n      Include argument names in prototypes
  12.            -m      Use PP/PV macro notation
  13.  
  14. G. Sawitzki, StatLab Heidelberg <gs@statlab.uni-heidelberg.de>, Aug.92